home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / others / cpc2pc.zip / CPC2PC.DOC < prev    next >
Text File  |  1994-05-21  |  20KB  |  592 lines

  1. ##############################################################################
  2. #                                                                            #
  3. #     This is the DOC File for CPC-2-PC V0.9ß a CPC-Emulator for the PC      #
  4. #                                                                            #
  5. ##############################################################################
  6.  
  7.  
  8. IMPORTANT NOTE:
  9. ===============
  10.  
  11.  CPC-2-PC was made by Francisco López Mármol.
  12.  This documents and the files listen in it may be distribute freely, without
  13.  charge if copyright notices are left intact and no modification of the files
  14.  is made.
  15.  All software and documentation is provided "as is" without warranty
  16.  of any kind.
  17.  
  18.  This program is freeware but I would certainly accept
  19.  any sort of support, financial or ideal.
  20.  (3000 ptas would be welcome)
  21.  
  22. INTRODUCTION:
  23. =============
  24.  
  25.  Well this is a CPC-Emulator.
  26.  What is an emulator?
  27.  An emulator is a program that can execute programs of other computer. His
  28.  mission is to replicate the computer that the emulator emulate.
  29.  In this case CPC2PC is a CPC emulator for a PC. That is, you can execute
  30.  a game (for example) of the CPC with this emulator.
  31.  
  32.  For what?
  33.  Good question, an emulator generally improves in velocity of calculus,
  34.  ergonomy (70Hz screens, a good keyboard, velocity of hard-disc...)
  35.  For me this emulator serve for execute some good CPC program without
  36.  remove my old CPC (also my CPC has broken his disc-drive, many keys works
  37.  with beats, the screen flickers a lot, is a green-phosphorus screen ,well,
  38.  if someone has his CPC like mine he has the problem solve ;-)
  39.  
  40. What is a CPC:
  41. -------------
  42.  Basically an Amstrad-CPC is a 8bit machine with a Z80A CPU, 3" disc-drive,
  43.  his operating system is AMSDOS althoght CP/M also run.
  44.  And a powerful BASIC implemented. A PSG (programable Sound Generator) of 3
  45.  channels and a screen-system with several resolution(up to 640x200) and
  46.  colors(up to 16).
  47.  
  48. SYSTEM REQUIREMENTS
  49. ===================
  50.  
  51.  You must have an AT 386+ with MS-DOS 3.0+ and no memory managers in your
  52.  config file(Like EMM386, QEMM...) because this program run in protected mode
  53.  (Without DPMI or VCPI:-). Can run with XMS.
  54.  You must have about 400Kb free memory for run this program.
  55.  
  56. INSTALATION
  57. ===========
  58.  
  59.  Extract the files from the compress file. And type INSTALL.
  60.  This emulator is provided without roms so if you don't have the roms files
  61.  read the ROMs, How to get files & Utility parts for get the roms.
  62.  You CAN'T USE the emulator WITHOUT ROMS.
  63.  
  64. The configuration menu:
  65. ----------------------
  66.  
  67. DISC PATH: The Disk-files directory
  68. TAPE PATH: The Tape-files directory
  69. ROM PATH: The ROMS-files directory
  70.  
  71. ROM FILES:
  72.    Filenames(of ROM-file) and Offsets(where is the rom in the ROM-File)
  73.    for the ROMS-Files
  74.  
  75. PRINTER FILE: A file, that is created in the TAPE directory, where the printer
  76.        data will be write.
  77.  
  78. DISC DIRECT: YES - if a file command occurs the emulator execute the ROM code.
  79.          NO  - if a file command occurs the emulator execute the ROM code
  80.          in |DISC mode and control the file-access in |TAPE mode.
  81. TAPE DIRECT: YES - if a file command occurs the emulator control the file
  82.          access.
  83.          NO  - if a file command occurs the emulator execute the ROM code
  84.          in |DISC mode and control the file-access in |TAPE mode.
  85.  
  86.  SOUND with GRAVIS ULTRASOUND: YES/NO  Only if you have a Gravis Ultrasound
  87.                  soundcard you can hear the PSG emulation. }:-)
  88.      PORT:  Port used in the soundcard 2=220h,3=230h...
  89.  
  90.  DISC SPEEDUP:  Makes the disc access more fast.
  91.  
  92.  PIO PORT B: Value returned from PIO PORT B, for change the machine name(for
  93.          example)
  94.  
  95.  INTERRUPT SPEED: The number of times in a second where a interrupt occurrs. (130h)
  96.  VRAM UPDATE SPEED: InterrupSpeed/X. X=6 for 50Hz
  97.  
  98.  CNT FOR VSINC: The numbers of IN instruction for gives a 1 in VSINC bit.
  99.  
  100. All numbers is in hexadecimal. Use arrow keys for move in and ENTER for enter a value. Use
  101. ESC if you don't want to save the config and F10 if you want to save it.
  102. The Path and DISC SPEEDUP fields has effect only at start the program.
  103.  
  104. If you have a problem for entry in configuration menu you can delete the file CPC2PC.CFG
  105. and run the program for start in configuration menu.
  106.  
  107. The ROMS:  (How to get)
  108. --------
  109.  
  110.  The ROMS are not included in this package because legal problems I'm not
  111.  able to put the ROMS with my emulator because is copyright of AMSTRAD :-(
  112.  However, I put in a program for get the ROMS (GETROMS.BAS).
  113.  When you got the roms files with that program you must transmit the files
  114.  with my programs for transmit files(see the section "How to get files")
  115.  
  116.  If you have the roms files yet from others emulators you can use them,
  117.  indicate it in the configuration menu.
  118.  -- For example: --
  119.  If I have the roms from CPCEMU(Marco Vieth emulator),and his config. is:
  120.  
  121. ROM_BLOCKS = 3            ;number of ROM-blocks to load
  122. ;    romnum:    file:        offset in file:
  123.     255    Z80CPC.ROM    0x0000
  124.     0    Z80CPC.ROM    0x4000
  125.     7    Z80DISK.ROM    0x0000
  126.  
  127.  I only must indicate it in the ROM-PATH where is the roms and the OFFSET is
  128.  the same + 80h. My config will be:
  129.  
  130.         Filename       Offset
  131.     0    Z80CPC.ROM    4080  BASIC ROM
  132.     7    Z80DISK.ROM    0080  Disc ROM
  133.     255    Z80CPC.ROM    0080  System ROM
  134.  
  135. If I get the roms with my programs(GETROMS.BAS and TFILE1.BAS) the config
  136. must be:
  137.   -  For CPCs WITH disc-drive:
  138.         Filename       Offset
  139.     0    BASIC.ROM    0080  BASIC ROM
  140.     7    DISC.ROM    0080  Disc ROM
  141.     255    SYSTEM.ROM    0080  System ROM
  142.  
  143.   -  For CPCs WITHOUT disc-drive:
  144.         Filename       Offset
  145.     0    BASIC.ROM    0080  BASIC ROM
  146.     7                    0080  Disc ROM
  147.     255    SYSTEM.ROM    0080  System ROM
  148.  
  149.  ---- See the section How to get files & utility for more info. ----
  150.  
  151. HOW TO GET FILES?
  152. =================
  153.  
  154.  Well, you must use my program TFILE1.BAS or TDISK.BAS; with that programs
  155.  you can transfer from CPC to PC files or full disks. This work with a
  156.  parallel connection, See UTILITY.DOC(in the utility directory) for details
  157.  about how to make and use this programs and the parallel connection and for
  158.  "how to get roms".
  159.  
  160.  My tape-files and disk-files are compatible with Marco Vieth format, so
  161.  you can use the files of CPCEMU with my emulator and vice versa.
  162.  Tape files in ASCII is not supported in the same format, and disk files
  163.  is supported only with SYSTEM or DATA format.
  164.  
  165. FILE-FORMAT & DISK-FORMAT:
  166. ==========================
  167.  
  168. The tape and disk file format are compatible with CPCEMU emulator by Marco
  169. Vieth:
  170.  
  171. Tape files is a raw format with an AMSDOS header before the data.
  172.  
  173. From Marco Vieth emulator:
  174. -------------------------- cut here -------------------------------------
  175.  
  176. A1.4  Structure of Disc - Images :
  177. ----------------------------------
  178.  
  179.     Disc-image files consist of a 0x100-byte disc-info block and
  180.     for each track a 0x100-byte track-info block, followed by the
  181.     data for every sector in that track.
  182.  
  183.     A1.4.1  The Disc - Information block :
  184.     --------------------------------------
  185.     Byte (hex) :    Meaning:
  186.     00 - 21        MV - CPCEMU Disk-File\r\nDisk-Info\r\n
  187.             (as characteristic "MV - CPC")
  188.     22 - 2F         unused (0)
  189.     30        number of tracks (40, 42, maybe 80)
  190.     31        number of heads (1 or 2)
  191.     32 - 33        size of one track (including 0x100-byte track-info)
  192.             With 9 sectors * 0x200 bytes + 0x100 byte track-
  193.             info = 0x1300.
  194.     34 - FF        unused (0)
  195.  
  196.     A1.4.2  The Track - Information block (for every track) :
  197.     ---------------------------------------------------------
  198.     Byte (hex) :    Meaning:
  199.     00 - 0C        Track-Info\r\n
  200.     0D - 0F        unused (0)
  201.     10        track - number (0 to num.of tracks -1)
  202.     11        head - number (0 or 1)
  203.     12 - 13        unused (0)
  204.     Format-track-parameters:
  205.     14        BPS (bytes per sector) (2 for 0x200 bytes)
  206.     15        SPT (sectors per track) (9, at the most 18)
  207.     16        GAP#3-format (gap for formatting; 0x4E)
  208.     17        Filling-byte (filling-byte for formatting; 0xE5)
  209.     Sector-info (for every sector at a time):
  210.     18+i        track-number    \
  211.     19+i        head-number     | sector-ID-information
  212.     1A+i        Sector-number     |
  213.     1B+i        BPS              /
  214.     1C+i        state 1 error-code (0)
  215.     1D+i        State 2 error-code (0)
  216.     1E+i , 1F+i    unused (0)
  217.  
  218.     Annotations:
  219.     The sector-data must follow the track-information-block
  220.     in the order of the sector-IDs. No track or sector may be
  221.     omitted. With double sided formats, the tracks are alternating,
  222.     e.g. track 0 head 0, track 0 head 1, track 1 ...
  223.     Use CPCTRANS to copy CPC-discs into this format.
  224.  
  225.  
  226. A1.5  Structure of the AMSDOS - Header :
  227. ----------------------------------------
  228.  
  229.     Byte (hex:)     Meaning:
  230.     00        user-number (0 , possible values 0-15)
  231.     01 - 0F        filename+extension (possibly filled with 0)
  232.     10        block-number (0)
  233.     11        last-block-flag (0)
  234.     12        file-type (0=basic, 1=protected basic, 2=binary,...)
  235.     13 - 14        length of block (0)
  236.     15 - 16         load-address (0-FFFF)
  237.     17        first-block-flag (0)
  238.     18 - 19         logical length (0-FFFF)
  239.     1A - 1B         entry-address (0-FFFF)
  240.     1C - 3F        free for the user (0)
  241.     40 - 42        real length of file (1-FFFFFF)
  242.     43 - 44        checksum of bytes 00-42
  243.     45 - 7F        unused (random values from sector-buffer)
  244.  
  245.     Annotation:
  246.     A header stands at the beginning of every non-ASCII file. It
  247.     is identified by calculating the checksum.
  248.     Bytes 00-3F originate from the "cassette-area", where files
  249.     were divided up into blocks.
  250.     Necessary are the bytes 12, 15-16, 1A-1B, 40-42, 43-44 .
  251.  
  252. -------------------------- cut here -------------------------------------
  253.  
  254.  
  255. THE KEYS:
  256. =========
  257.  
  258. General Keys:
  259. ------------
  260. F12 - For debug mode.
  261. F11 - For disk-insert menu.
  262. F10 - For configuration menu.
  263. F8  - Exit from emulation.
  264. F7  - Reset the CPC.
  265. F1  - Toggle Joy on/off (with cursor keys & space)
  266. ....F9 - Toggle Joystick on/off
  267.  
  268. The keys in DEBUG MODE:
  269. TAB - Moves into Dissasembly,Register or Dump Memory windows.
  270.  
  271. -- Dissasembly:
  272. ---------------
  273. Arrow Keys - Move over the code.
  274. F5 - View the output screen.
  275. F4 - Execute until go to the line under the cursor.
  276. F8 - Step, execute step by step if a CALL, RST is encounter it jump it.
  277. F7 - Trace, execute step by step if a CALL, RST is encounter it go in it.
  278. F9 - Exit from debug mode.
  279.  
  280. Ctrl-N - PC = Cursor pos
  281. If F4 or F8 lost the control push F12 for break the execution.
  282.  
  283. -- Dump Memory & Register not available, some day ...
  284.  
  285. THE FILES:
  286. ==========
  287.  
  288. CPC2PC.EXE   - The main program, the emulator of CPC.
  289. CPC2PC.CFG   - The config file.
  290. CPC2PC.DOC   - The DOCs about this emulator.
  291.  
  292. UTILITY.DOC  - The DOCs about the utility programs.
  293. TFILES1.BAS  - CPC program for transfer files
  294. FILE1GEN.BAS - CPC program for make a FILE1.BIN file need by TFILES1.BAS
  295. TFILE.EXE    - PC program for get files from CPC.
  296. TDISK.BAS    - CPC program for transfer disks of DATA/SYSTEM format only.
  297. TDISK.EXE    - PC program for get disks from CPC.
  298. CHECKPAR.EXE - Check parallel connection programs
  299. CHECKPAR.BAS
  300. GETROMS.BAS  - CPC program for get the roms files.
  301.  
  302. PD1.DSK      - PD Programs Disk I
  303. PD2.DSK      - PD Programs Disk II
  304.  
  305. COMPATIBILITY
  306. =============
  307.  
  308. What is support:
  309. ---------------
  310.  - Z80A: All instruction and the illegal instructions.
  311.      2 interrupt modes (1 and 2)
  312.  - 128Kb of RAM banking.
  313.  - 48Kb of ROMS-banking (System,Basic and Disc roms).
  314.  - Gate Array:
  315.      3 modes(2,4 & 16 colors)
  316.  - CRT: Hardware scroll, and several sizes.
  317.  - PIO port:
  318.    Keyboard, Joystick & VSinc bit.
  319.  - PRINTER
  320.  - FDC: Compatible only with DATA/SYSTEM format.
  321.     Support the basic command only, Read,Write,Read-Id,Seek,Recalibrate...
  322.  - PSG: Only basic sound and volume.
  323.  
  324. What is not support:
  325. -------------------
  326.  
  327. - Envelopes, Noise in PSG emulation.
  328. - Disk formats others than system or data format.
  329. - overscan
  330. - several screen-modes on the same screen (flickering)
  331. - OS/2 & WINDOWS. I don't like DPMI }:-]
  332. - CP/M Plus
  333.  
  334. IN THE FUTURE:
  335. =============
  336.  
  337. - faster
  338. - snapshoot
  339. - PSG emulation complete
  340. - More debug command
  341. - Other Disk formats
  342.  
  343.  
  344. HISTORY OF THE EMULATOR:
  345. ========================
  346.  
  347. Introduction:
  348. ------------
  349. In 1992, I don't remember exactly when, I saw a Spectrum emulator by Pedro
  350. Gimeno (Spain) and I thought in the possibility of doing a CPC emulator. But
  351. I hadn't internet or BBS access and I didn't know how to get the CPC roms and
  352. I thought how to get it with a serial connection but my economical status....
  353. :-(
  354. I thought copy the rom byte a byte, 48Kb!!! No,no I'm not crazy(not enough;-)
  355. Well the project went out of my head.....
  356. ...In the summer of 1993 I saw in a electronical reviews an article about
  357. parallel transfer of two PCs :-) (Idea!) But the reviews is in a local
  358. library and the review went to another local library :-(. While a wait for
  359. the review I investigated the parallel connection from CPC to PC(Very
  360. interesting) and the dream come true :-) the roms were mine, the project was
  361. open:
  362.  
  363. ...In octuber 1993 I began to make a CPC emulator in 1 week, 3 days, 2 hours
  364.    & 1 minute(no sleep) I had a fine reset in emulator and I can see badly a
  365.    game. :-)
  366.    In Octuber I works hard. My CPC disc-drive crashed it. :-( I get one
  367.    CPC from my neighbor :-) The CPC disc-drive of my neighbor crash it.
  368.    :''''''''(    A friend lend my another CPC with the disc-drive off :-(
  369.    Well, with a cocktail of 3 disc-drive I made a good disc-drive. I return
  370.    the CPC to my neighbor. Project close....
  371.  
  372. ... From December 1993 I have opened the project and today I'm happy because
  373. the the CPC of my neighbor don't crashed since. :-)
  374.  
  375.    I really wanted to do an Amiga 500 emulator but for what, for 10 parallel
  376.    pentium with a Hiper-Acelelator Video Card. :-DDDDDDDDD
  377.  
  378.  
  379. Notes:
  380. -----
  381.  
  382. ---- From summer 1993 to December 1993 I lost the info of the versions ----
  383.  
  384. [20-12-93]
  385.     - First version(documented).
  386.     - Decode with a table and a binary search.
  387.     - Optimization of jumps in decode sections.
  388.     - My emulator don't find the DISC roms cause a bug in rom-banking.
  389.       Now the  bug corrected.
  390. [1-1-94]
  391.     - Update the screen each x Hz. Word to Word. Using 386 BT instruction.
  392.     - Memory system changed, more fast. (Paging by sofware with a table
  393.       of relocation and 386 dir. modes)
  394. [2-1-94]
  395.     - LDDR LDIR now improved
  396.     - dh now as F
  397.     - FLAG_N now in dh
  398. [4-1-94]
  399.     - 320*200*4 CGA + Crt Offset
  400. [5-1-94]
  401.     - 320*200*4 CGA + Crt Offset + Several Sizes  ─┐
  402.     - 640*200*4 CGA + Crt Offset + Several Sizes   ├ Not Automatic
  403.     - 160*200*4 MCGA + Crt Offset+ Several Sizes  ─┘
  404. [9-1-94]
  405.     - 320*200*4 CGA + Crt Offset + Several Sizes  ─┐
  406.     - 640*200*4 CGA + Crt Offset + Several Sizes   ├ Automatic
  407.     - 160*200*4 MCGA + Crt Offset+ Several Sizes  ─┘
  408. [14-1-94]
  409.     - Changes in list of debug mode. No control.
  410. [16-1-94]
  411.     - Control of DEBUG : TRACE,STEP,VIEW SCREEN,RUN ++
  412. [19-1-94]
  413.     - DEBUG Moves with Left, Right, PgUp y PgDown.
  414. [11-2-94]
  415.     - One month was doing nothing!
  416.     - "The Bug Of The Flickering" in mode 2 killed.
  417. [1-3-94]
  418.     - VRETRACE better simulation some games run well now ;-)
  419. [6-3-94]
  420.     - Sound improved only with GUS }:-)
  421.     - New file format compatible with CPC EMU format by Marco Vieth
  422.     - Now tape file find for *.bas and *.bin
  423.     - Modified TFILE (file transmision utility) for new file format
  424.       (Marco Vieth format)
  425.     - Modified TDISK (disk transmision utility) for new disk format
  426.       (Marco Vieth format)
  427.     - Now emulate FDC (command READ-ID,READ,WRITE,SEEK ... not FORMAT
  428.       or SCAN x)
  429.     - Tape accept new format
  430.     - Bug fix in debug:instructions DD + COOP + oper. not list very well.
  431.  
  432. [8-3-94]
  433.     - Now All Graphics Update Made on mode 0E (BIOS) not modes 4,6,13h.
  434.       For What? Thinking in Paging?
  435. [25-3-94]
  436.     - Now, Configuration file .CFG accept.
  437.  
  438.    ---- Porting to protected mode...... Bye Turbo Debug! ----
  439.  
  440. [30-3-94]
  441.     - Well... see if the Protected Mode Interface run well:
  442.        - Begin making changes in real code.
  443.        - some changes made ... buf! Isn't easy porting real mode to PM.
  444.  
  445. [1-4-94 00:30]
  446.     - Hey! seem that BASIC go well! Since 4 days that I
  447.       begin to make changes is hour for see something.
  448.       The last 4 days I only see bugs. What a bugs! I was really
  449.       desperate: I didn't see nothing not even the CPC Reset.
  450.  
  451. [2-4-94 00:40]
  452.     - A bug that is killing my patient all days was removed. The bug was
  453.       in the protected mode interface (v86 int) is hard when the prot.
  454.       mode. interface is who has the bug.
  455.  
  456. [2-4-94 21:30]
  457.     - Tape Added. Many problems because I access to DOS when
  458.       the IRQ0 handler was redirected to my subrutine.
  459.  
  460. [3-4-94 00:15]
  461.     - AMSDOS ROM banking (ROM n.7) added.
  462.       FDC system added. No problems.
  463.  
  464. [3-4-94 02:40]
  465.     - Disk-Insert menu added and run well.
  466.  
  467. [3-4-94 18:52]
  468.     - Debug-Mode menu added.ok.
  469.  
  470. [3-4-94 18:52]
  471.     - Configuration menu (added only screen)
  472.  
  473. [3-4.94 19:42]
  474.     - All graph modes (0 and 2 not found yet)
  475.  
  476. [5-7-94 4:22]
  477.     - |-] RAM-banking added +64Kb of CPC 6128
  478.       Check seems O.K. (Bed? Where are my bed? )
  479.  
  480. [13-4-94 00:22]
  481.     - Configuration menu terminate (I think :-?)
  482.  
  483. [8-5-94 16:50]
  484.     - New Screen Update. More Speed & smooth.
  485.  
  486. [9-5-94 0:12]
  487.     - Corrected some bugs.(screen update,screen size,divide
  488.       by 0 exception)
  489.  
  490.  
  491. SOME INSIDE INFO ABOUT THE EMULATOR:
  492. ====================================
  493.  
  494. CPC-2-PC is 100% made in 386+ Protected Mode ASM, only the utilities was made
  495. in C and ASM.
  496. I use TASM 3.1 and BORLANDC 3.1.
  497.  
  498. Lines of code: About 23.500 lines
  499.  
  500. The code was made first in real mode and later was converted from real mode
  501. to protected mode.
  502. The protected mode header was made by me, and not support DPMI or VCPI cause
  503. I need full speed. Really the emulator don't need PM but I use it for
  504. emulate the ram and rom banking by hardware.
  505.  
  506.  
  507. OTHERS CPC EMULATOR:
  508. ====================
  509.  
  510.  While I began to make my emulator I didn't known that exists other CPC
  511.  emulator, but exists others 3 emulators:
  512.  
  513.    - CPCEMU (c) 1993 by Marco Vieth(Germany). A very good emulator for the CPC
  514.      with many improvements like ROM adding,RAM up to 576Kb ...
  515.  
  516.    - SIMCPC :
  517.      CPC - emulator for PC/XT/AT   (c) 1989, 90 by GHE, Aachen
  518.      I don't know very much about it. I only know that has the CPC ROMs. :)
  519.  
  520.    - CPE by Bernd S.(Germany). I know this emulator since a bit days from
  521.      release my emulator. Still is in development. Is very fast!
  522.  
  523. ACKNOWLEDGMENTS:
  524. ================
  525.  
  526.    - Marco Vieth for the info about Ram-Banking, FDC, Screen-Update and
  527.      of course for making his CPCEMU emulator and for many mail about
  528.      CPC-Emulation.
  529.  
  530.    - Jose Pio Martinez, my teacher, for listen the chats about the
  531.      development of the emulator ,for some suggestions, for the info about
  532.      the FDC and for lend me his access to internet e-mails.
  533.  
  534.    - Cesar Muñoz & Daniel Muñoz for lend me a lot of several CPC tech-books,
  535.      Without that books the emulator wouldn't exists.
  536.  
  537.    - Paco Pelluz for lend me the book "Programming the Z80" of Rodnay Zaks
  538.      the best book about the Z80. (you don't see me so! Well ... yes,yes I
  539.      lose my book so... NO EXCUSE :-(
  540.  
  541.    - To my neighbour ,of course :-) and to my friend Ismael San Pedro for
  542.      the 3rd CPC of my life. :-)
  543.  
  544.    - To the users of my emulator...
  545.  
  546.  
  547. TRADEMARKS:
  548. ===========
  549.  
  550.     CP/M, CP/M 2.2 and DRDOS are trademarks of Digital Research.
  551.     MS-DOS is a trademark of Microsoft.
  552.     IBM PC, PC-XT, PC-AT and OS/2  are trademarks of International
  553.     Business Machines,
  554.     CPC, AMSDOS by Amstrad,
  555.     BORLAND C, TASM (Turbo Assembler) by Borland,
  556.     AMIGA 500 by Comodore,
  557.     Pentium by Intel.
  558.  
  559.  
  560. CONTACT WITH THE AUTOR:
  561. =======================
  562.  
  563.  Francisco Lopez Marmol (20)
  564.  Student at Murcia University (Spain)
  565.  
  566.  If you want to contact with me for any suggestion or you find any bug
  567.  you can send me mail to:
  568.  
  569.  --- By normal mail:
  570.  C/ De La Flota 3, 1-B
  571.      30008 MURCIA
  572.     (SPAIN)
  573.  
  574.  --- or by Netmail to:
  575.  Fidonet:  2:345/805.3
  576.  Soundnet: 34:1000/100.3
  577.  SBCNet:   14:4500/201.4
  578.  
  579.  --- or by E-mail: marmol@fcu.um.es
  580.  
  581. WANTED:
  582. ======
  583.  
  584.  Some years ago I lost my favorite game: "Crafton & Xunx", please if you
  585.  have this game write me.
  586.                  Thanks in advance. :)
  587.  
  588.  
  589.  
  590.  And remember: The best emulator is the hardware. When you have it ;-)
  591.  Bye!
  592.